home *** CD-ROM | disk | FTP | other *** search
- @echo off
- if exist c:\dos\expand.exe goto vga
- @echo ***********************************
- @echo Your DOS is not complete install, *
- @echo and your expand.exe is missing. *
- @echo Please check your DOS again. *
- @echo ***********************************
- goto end
- :vga
- if "%1" == "" goto message
- %2
- cd\
- md %2\VGAUTIL
- cd %2\vgautil
- expand %1\clmode.ex_ clmode.exe
- expand %1\clmode.en_ clmode.en
- expand %1\timings.da_ timings.dat
- expand %1\tsrfont.co_ tsrfont.com
- expand %1\adjust.co_ adjust.com
- cls
- @echo ********************************************
- @echo Installation complete. *
- @echo Thank you for using Cirrus Logic product. *
- @echo ********************************************
- @echo off
- goto end
- :message
- cls
- @echo *****************************************************
- @echo Please specified which drive you want to install *
- @echo from, and install to (ex:DOSINST a: c:). *
- @echo *****************************************************
- :end
-
-